Cloudflare Cron Jobs in SvelteKit
How to add cron job support to a SvelteKit app deployed on Cloudflare Workers, since the adapter doesn't natively support the scheduled event handler.
Migrate a Cloudflare D1 database to another account
Exporting a D1 database with wrangler and replaying it on a different Cloudflare account — plus the foreign-key ordering error that always trips people up on first try.
Integrate Better Auth and Google One Tap with Hono and SvelteKit
A walkthrough of wiring Better Auth with Google One Tap into a SvelteKit app, using Hono for the API layer and Cloudflare D1 + Workers for the backend.
Lark Suite API with Hono on Cloudflare Workers — a basic guide
Lark Suite (ByteDance's Google-Workspace competitor) has a capable API and a generous free tier. This guide walks through setting up a custom Lark app, authenticating with a tenant access token, and hitting the Sheets/Bitable API from a Hono worker on Cloudflare.
Setting up D1 Database with Drizzle in a Hono Cloudflare Worker App
This guide covers configuring a D1 database using Drizzle in a Hono app deployed using Cloudflare Workers.

Using Cloudflare KV with SvelteKit
How to wire a Cloudflare KV namespace into a SvelteKit app deployed on Cloudflare — creating the namespace, binding it in wrangler, exposing it through hooks, and the basic read/write patterns in server routes.

Deploy SvelteKit to Cloudflare Pages
A straight walkthrough for deploying a SvelteKit app to Cloudflare Pages — installing the Cloudflare adapter, wiring a Git repo to a Pages project, and configuring the build.